@echo ***************************** @echo * EZ-SCSI の初期化中です。 * @echo * お待ちください... * @echo ***************************** @echo off if NOT exist ezscsi.ex_ goto chgdrive if NOT exist ezscsi.cw_ goto chgdrive if NOT exist ezscsi.hl_ goto chgdrive mkdir C:\ezscsi.tmp > nul for %%f in (ez*.??_) do expand %%f C:\ezscsi.tmp > nul for %%f in (C:\ezscsi.tmp\*.ex_) do rename %%f *.exe for %%f in (C:\ezscsi.tmp\*.cw_) do rename %%f *.cwa for %%f in (C:\ezscsi.tmp\*.hl_) do rename %%f *.hlp for %%f in (C:\ezscsi.tmp\*.ez_) do rename %%f *.ez if NOT exist C:\ezscsi.tmp\ezscsi.exe goto fail if NOT exist C:\ezscsi.tmp\ezscsi.cwa goto fail if NOT exist C:\ezscsi.tmp\ezscsi.hlp goto fail if NOT exist C:\ezscsi.tmp\*.ez goto fail C:\ezscsi.tmp\ezscsi %1 %2 %3 %4 goto success :fail @echo. @echo インストール ユーティリティをハードドライブに解凍できません。 @echo C: ドライブに少なくとも 770K の空き領域があることを確認してください。 @echo. :success for %%f in (C:\ezscsi.tmp\*.*) do del %%f rmdir C:\ezscsi.tmp goto end :chgdrive @echo. @echo インストール プログラムがあるドライブのディレクトリに変更してください。 @echo その後、DOSINST とタイプしてください。. @echo. :end